Search
NodeListView.AddNodes Method (DiagramNode[], String[])
See Also
 






Adds the specified nodes to the end of the list view.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void AddNodes (
    DiagramNode[] nodes,
    string[] labels
)

Visual Basic  Copy Code

Public Sub AddNodes( _
    nodes() As DiagramNode, _
    labels() As String _
)

 Parameters

nodes

The array of nodes to add.

labels

The array of texts to be displayed for the nodes.

 See Also